--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 7a02eae651e4ffbcebd359f86d665d3cf509b5d9
Parents : bc926c5
Author : Ivan <ivan@quad4.io>
Signature : Invalid signer <e46112d44649266d71fe2193e00a4710>, author is <ivan@quad4.io>
Date : 2026-07-16T06:59:03-05:00
chore: update .dockerignore and MANIFEST.in to exclude additional vendor directories
Changes
3 files changed, 5 insertions(+), 0 deletions(-)
Diff
diff --git a/.dockerignore b/.dockerignore
index e34e861c..1bea410a 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -6,6 +6,7 @@ screenshots/
vendor/lxmfy/tests/
vendor/lxmfy/docs/
vendor/lxmfy/.gitea/
+vendor/offline/
# Development files
android/
diff --git a/MANIFEST.in b/MANIFEST.in
index 5361fd46..88fe8c85 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,6 +9,10 @@ include meshchatx/__init__.py
exclude meshchatx/src/frontend
recursive-exclude meshchatx/src/frontend *
+recursive-exclude vendor/offline *
+recursive-exclude vendor/lxmfy/tests *
+recursive-exclude vendor/lxmfy/docs *
+recursive-exclude vendor/lxmfy/docker *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
diff --git a/meshchatx.rsm b/meshchatx.rsm
index 656671c2..63d9c449 100644
Binary files a/meshchatx.rsm and b/meshchatx.rsm differ
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────